home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / DEMOS / GEOFACE / Makefile.win < prev    next >
Encoding:
Makefile  |  1998-08-12  |  245 b   |  14 lines

  1. # Makefile for Win32
  2.  
  3. !include <win32.mak>
  4.  
  5. TOP  = ../../..
  6. SRCS = make_face.c
  7.  
  8. !include "$(TOP)/glutwin32.mak"
  9.  
  10. # dependencies
  11. make_face.exe    : display.obj fileio.obj main.obj muscle.obj 
  12. make_face.obj    : memory.h 
  13. head.obj    : head.h
  14.